
   * May 5, 2005 (0.5)

Added proper support to switch video modes. You can now check
out the text, lores and hires modes either via the menus or
via "regular Apple hardware" (programmatically).

The menu takes precedence in selecting the current video mode
so you can actually look at a specific video output mode while
a software is running in another.


   * April 20, 2005 (0.4)

I found another bug in the 6502. The JSR/RTS don't use the PC
address right after the JSR. Instead it uses PC - 1. The BASIC
makes use of such addresses that it stacks using PHA and thus
it would crash because the return address was 1 byte off.

Now that BASIC works on my emulator, it is time to go further
and program the different video modes. More soon.


   * April 19, 2005 (0.3)

I found the bug in the 6502. The PLA/PLX/PLY would not set the
Z and N flags. There is still a problem in the video though.


   * April 18, 2005 (0.2)

Added support for video -- tested only the text 1st page so far it
seems to be working fine

Added support for the keyboard -- there are problems with fltk
(conflicts) which will be resolved later

Fixed the CMP, CPX and CPY instructions which would set the wrong
value in the carry.

Added a temporary "timer" so the processor emulator doesn't eat
100% of your current computer processor. Actually, it dropped down
to 0% on my system (Celeron @ 2.5Ghz)


   * April 15, 2005 (0.1)

First release...
